From 0ec57ce13148da93c7c4687c19259e60a38bfdea Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 3 Dec 2011 12:44:19 -0800 Subject: [PATCH] * lisp/textmodes/texinfmt.el (batch-texinfo-format): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/textmodes/texinfmt.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index faa6a0c18a2..250c11a576f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-12-03 Glenn Morris + + * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207) + 2011-12-03 Stefan Monnier * electric.el: Streamline electric-indent's hook. diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 4652899546c..a337d6f9f40 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -4238,7 +4238,7 @@ the @ifeq command." Must be used only with -batch, and kills Emacs on completion. Each file will be processed even if an error occurred previously. For example, invoke - \"emacs -batch -funcall batch-texinfo-format $docs/ ~/*.texinfo\"." + \"emacs -batch -l texinfmt -f batch-texinfo-format $docs/ ~/*.texinfo\"." (if (not noninteractive) (error "batch-texinfo-format may only be used -batch")) (let ((version-control t) -- 2.30.2